home *** CD-ROM | disk | FTP | other *** search
/ Everything For A Hacker / 19990506-[HACK].iso / HEXEDIT / EDB015 / EDB.HIS < prev    next >
Text File  |  1991-12-19  |  2KB  |  39 lines

  1. This is the EDB revision history.
  2.  
  3. v. 0.15
  4.       - Added EDB integrity check
  5.       - Fixed bug in I/O breakpoints with ins/outs instructions
  6.       - Fixed bug in 'bp' command with action expression incorrectly
  7.     recognised when offset range was used.
  8.       - Altered behaviour of 'bi' command with overlapping break points.
  9.     Bi will now preserve read breakpoint when write one is removed
  10.     and vv. Action expression will be preserved when no new action was
  11.     specified.
  12.       - Variable-size trace buffer introduced. V changed to show only
  13.     screenful of trace records
  14.       - Added breakpoint on prefetch queue different from memory (BQ)
  15.       - 80286 instructions added to disassembler
  16.       - Chaged disassemble logic, so that instructions unavailable
  17.     with current CPU type will be shown as 'invalid'
  18.       - GF will now refuse to proceed while single-stepping.
  19.       - G  will now accept stopping address as argument.
  20.       - EDB will now break out on attempt to implicitly run full speed
  21.     while single-stepping.
  22.       - Fixed bug in 'pop sp' (removed increment by 2)
  23.       - Added AAD/AAM support for bases other then 10
  24.       - Added cf2al (0xD6) instruction
  25.       - Added 80186 extended instruction set.
  26.       - Added new section 'CPU Options' to configuration file.
  27.     Possible values are: Processor and Prefetch.
  28.       - Fixed push sp for 286 mode
  29.       - Fixed bug in 8086 code for idiv instruction, so that quotient value
  30.     of 0x8000 now causes exception 0 while in 8086 mode.
  31.       - Fixed bug with return address of divide but zero exception in 286 mode.
  32.       - ESC/WAIT are now sensitive to msw bits while in 286 mode.
  33.       - call_interrupt now takes notice of idt.base in 286 mode.
  34.       - illegal instructions call exception 6 in 80286 mode
  35.       - Added prefetch queue support
  36.       - Added support for MirrorPort option
  37.  
  38. v. 0.14 - First public release.
  39.